home *** CD-ROM | disk | FTP | other *** search
- Path: telepost.no!usenet
- From: daghs@telepost.no (Dag Helge Sunderland)
- Newsgroups: comp.unix.programmer,comp.unix.questions,comp.lang.c
- Subject: Re: Help: Inter Process Queues
- Date: Fri, 08 Mar 1996 04:37:16 GMT
- Organization: TelePost Public Access
- Message-ID: <4hndvg$d63@nms.telepost.no>
- References: <4hmq55$2sn@dunlop.cs.strath.ac.uk>
- NNTP-Posting-Host: morenett105.telepost.no
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi !
- You should specify the permissions when you create the queue with
- msgget ().
-
- To create a queue with read/write access for owner and group do :
- msget (key, IPC_CREAT | 0660);
-
- In your example you create a queue with neither read nor write access
- for owner, and you are not allowed to write to it.
-
- Regards
-
-
-
-
- Dag Helge Sunderland, E-mail : daghs@telepost.no
- Phone : +47 70 15 08 53 Fax : +47 70 15 08 53
-
-